transformMatrixToGlobal

open fun transformMatrixToGlobal(@NonNull view: @NonNull View, @NonNull matrix: @NonNull Matrix)(source)

Modifies the input matrix such that it maps on-screen coordinates to view-local coordinates for the provided view.

Parameters

view

view to examine

matrix

input matrix to modify